home *** CD-ROM | disk | FTP | other *** search
- Calculates the absolute (positive) value of x.
-
- Calculates the number e (approximately 2.718282) raised to the power x. e is the constant used as the base in natural logarithms.
-
- Calculates the integer portion of x.
-
- Calculates the natural logarithm of x. Natural logarithms use the number e (approximately 2.718282) as a base.
-
- Calculates the common logarithm (base 10) of x.
-
- Calculates the remainder (modulus) of x/y.
-
- Generates a random value between 0 and 1. Each time 1-2-3 recalculates, @RAND generates a new random value.
-
- Rounds the value x to n places.
-
- Calculates the positive square root of x.
-
-